ByteNINumericByteNRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.Remainder(
ByteN value
)
Private Function Remainder (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).Remainder
private:
virtual ByteN Remainder(
ByteN value
) sealed = INumeric<ByteN>::Remainder
private abstract Remainder :
value : ByteN -> ByteN
private override Remainder :
value : ByteN -> ByteN
- value ByteN
- The value as the divisor.
ByteNThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)